Constant Field Values


Contents
org.neo4j.*

org.neo4j.kernel.Config
public static final String ARRAY_PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.arrays.mapped_memory"
public static final String DEFAULT_DATA_SOURCE_NAME "nioneodb"
public static final String DUMP_CONFIGURATION "dump_configuration"
public static final String KEEP_LOGICAL_LOGS "keep_logical_logs"
public static final String LOGICAL_LOG "logical_log"
public static final String NEO_STORE "neo_store"
public static final String NODE_STORE_MMAP_SIZE "neostore.nodestore.db.mapped_memory"
public static final String PROPERTY_INDEX_KEY_STORE_MMAP_SIZE "neostore.propertystore.db.index.keys.mapped_memory"
public static final String PROPERTY_INDEX_STORE_MMAP_SIZE "neostore.propertystore.db.index.mapped_memory"
public static final String PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.mapped_memory"
public static final String READ_ONLY "read_only"
public static final String REBUILD_IDGENERATORS_FAST "rebuild_idgenerators_fast"
public static final String RELATIONSHIP_STORE_MMAP_SIZE "neostore.relationshipstore.db.mapped_memory"
public static final String STORAGE_DIRECTORY "store_dir"
public static final String STRING_PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.strings.mapped_memory"
public static final String USE_MEMORY_MAPPED_BUFFERS "use_memory_mapped_buffers"

org.neo4j.kernel.management.Cache
public static final String NAME "Cache"

org.neo4j.kernel.management.Kernel
public static final String NAME "Kernel"

org.neo4j.kernel.management.LockManager
public static final String NAME "Locking"

org.neo4j.kernel.management.MemoryMapping
public static final String NAME "Memory Mapping"

org.neo4j.kernel.management.Primitives
public static final String NAME "Primitive count"

org.neo4j.kernel.management.StoreFile
public static final String NAME "Store file sizes"

org.neo4j.kernel.management.TransactionManager
public static final String NAME "Transactions"

org.neo4j.kernel.management.XaManager
public static final String NAME "XA Resources"



Copyright © 2010 Neo4j. All Rights Reserved.